-
Notifications
You must be signed in to change notification settings - Fork 5
Calculate match success rate #530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
jacobvjk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mostly seems reasonable, but I do want to highlight that adding this function here should probably lead to an update downstream here: https://github.com/RMI-PACTA/pacta.multi.loanbook/blob/main/R/run_calculate_match_success_rate.R
At the same time, we should probably validate that the features relied upon in the pacta.multi.loanbook version are still available or that they can be introduced easily in p.m.l. when switching to this implementation
Co-authored-by: Jacob Kastl <[email protected]>
To that end, I would suggest opening a similar PR in |
|
PML substantially complicates this by allowing for calculating the match success rates for multiple loanbooks/groups at a time, a concept which is mostly irrelevant for r2dii.match. That could be addressed in 2 ways...
any preference? |
as much as I don't want to convolute the pml processes, I think it makes more sense to keep this one here as simple as possible and not introduce the |
calculate_match_success_rate()#459plot_match_success_rate()function r2dii.plot#606